From: Jim Blandy Date: Tue, 25 May 1993 13:17:52 +0000 (+0000) Subject: * x-win.el (command-switch-alist, x-switch-definitions): Treat X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95990 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=db176f55de95d1ec95806fdf08ad336c30ece852;p=emacs.git * x-win.el (command-switch-alist, x-switch-definitions): Treat `-i' like `-itype', as in Emacs 18. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 4af60a1bf4f..c19bf41259d 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -53,6 +53,8 @@ ;; -font *font ;; -foreground *foreground ;; -geometry .geometry +;; -i .iconType +;; -itype .iconType ;; -iconic .iconic ;; -name .name ;; -reverse *reverseVideo @@ -94,6 +96,7 @@ ("-background". x-handle-switch) ("-ms" . x-handle-switch) ("-itype" . x-handle-switch) + ("-i" . x-handle-switch) ("-iconic" . x-handle-switch) ("-cr" . x-handle-switch) ("-vb" . x-handle-switch) @@ -117,6 +120,7 @@ ("-ms" mouse-color) ("-cr" cursor-color) ("-itype" icon-type t) + ("-i" icon-type t) ("-iconic" iconic-startup t) ("-vb" vertical-scroll-bars t) ("-hb" horizontal-scroll-bars t)